arm64: allwinner: a64: bananapi-m64: Sync usb host nodes from Linux
authorJagan Teki <[email protected]>
Mon, 7 May 2018 07:33:44 +0000 (13:03 +0530)
committerJagan Teki <[email protected]>
Mon, 28 May 2018 11:10:43 +0000 (16:40 +0530)
Sync bananapi-m64 usb host nodes from Linux.

Signed-off-by: Jagan Teki <[email protected]>
Acked-by: Jun Nie <[email protected]>
arch/arm/dts/sun50i-a64-bananapi-m64.dts

index 80405e5b26872551ae5907adba0f4f725d76e0b5..dcde4a4881654e1e0c5110320e213a860d1bd908 100644 (file)
        };
 };
 
+&ehci0 {
+       status = "okay";
+};
+
+&ehci1 {
+       status = "okay";
+};
+
 &i2c1 {
        pinctrl-names = "default";
        pinctrl-0 = <&i2c1_pins>;
        status = "okay";
 };
 
+&ohci0 {
+       status = "okay";
+};
+
+&ohci1 {
+       status = "okay";
+};
+
 &uart0 {
        pinctrl-names = "default";
        pinctrl-0 = <&uart0_pins_a>;